-
Notifications
You must be signed in to change notification settings - Fork 472
[Internal] Unified Provider support for UC resources #5149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…ricks into go-sdk-unified-1
…ricks into go-sdk-unified-1
|
Please ensure that the NEXT_CHANGELOG.md file is updated with any relevant changes. |
| d.SetId(ci.Name) | ||
|
|
||
| // Bind the current workspace if the catalog is isolated, otherwise the read will fail | ||
| return bindings.AddCurrentWorkspaceBindings(ctx, d, w, ci.Name, bindings.BindingsSecurableTypeCatalog) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably needs to be moved up to the top of Update(), otherwise the WorkspaceClient used when changing provider_config.workspace_id may not have access to the isolated catalog (unless that workspace also happens to have a workspace binding separately).
Changes
Unified Provider Support for the following resources:
Note: UC Resources will not have
NamespaceCustomizeDiffwhich doesd.ForceNewTests
Added in main branch
NO_CHANGELOG=true